home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / probes2.dir / 00319_Script_319 < prev    next >
Text File  |  1994-11-29  |  480b  |  31 lines

  1. on exitframe
  2.   unLoadCast
  3.   if rollover(7) then
  4.     go to frame "b1"
  5.   else if rollover(8) then
  6.     go to frame "b2"
  7.   else if rollover(9) then
  8.     go to frame "b3"
  9.   else if rollover(10) then
  10.     go to frame "b4"
  11.   else if rollover(11) then
  12.     go to frame "b5"
  13.   else
  14.     go to frame "menu"
  15.   end if
  16. end
  17.  
  18.  
  19.  
  20. on enterFrame
  21.   global pnt
  22.  
  23.   set the cursor of sprite 3 to 0
  24.   set the cursor of sprite 4 to 0
  25.   set the cursor of sprite 20 to pnt
  26.  
  27.  
  28. end
  29.  
  30.  
  31.